regexp/syntax.compiler.cat (method)

5 uses

	regexp/syntax (current package)
		compile.go#L105: 				f = c.cat(f, f1)
		compile.go#L131: 		return c.cat(c.cat(bra, sub), ket)
		compile.go#L147: 				f = c.cat(f, c.compile(sub))
		compile.go#L189: func (c *compiler) cat(f1, f2 frag) frag {